Computer-MCQ Computer Organisation /Programming arcitecture Sample Test,Sample questions

Question:
#2?s complement of -13 = 11110011 Add the two numbers in their 2?s complement form including their sign bits and discard any carry out of the sign (leftmost) bit position. So the answer is 11101101 (-19). -6 11111010 -13 11110011 ---------------------- -19 11101101 #6. Which one of the following CPU registers holds the address of the instructions (instructions in the program stored in memory) to be executed next?IR (Instruction Register)

1.MAR (Memory address register)

2.MBR (Memory Buffer Register)

3.AC (Accumulator)

4.PC (Program Counter).


Question:
.Information transfer from one register to another is designated in symbolic form by means of

1.Control Function

2.Op Code

3.Registers

4.Replacement Operator


Question:
A combinational circuit that converts binary information from n input lines to a maximum of unique output lines is

1.Decoder

2.Encoder

3.Full-adder

4.Full-subtractor


Question:
A full-adder is simply a connection of two half-adders joined by a

1.AND gate

2.OR gate

3.NAND gate

4.NOR gate


Question:
Boolean functions expressed as a --------- of minterms or ---------- of maxterms are said to be in a canonical form.

1.Product Sum

2.Sum Product

3.Subtract Divide

4.Divide Subtract


Question:
Consider the following logic function f(ABC). f(ABC) = ( A + B + C?) . (A + B?+ C?) Which of the following would be the result if the above logic function is to be simplified using k-maps?

1.C? + A

2.C + C?A?

3.C.A?

4.C?.A


Question:
Convert decimal value (888)10 to base-5.

1.(444)5

2.(12023)5

3.(131313)5

4.(12021)5


Question:
ftware Programming 2015 examinations :

1.Operational registers

2.Memory registers

3.Storage registers

4.Binary registers


Question:
Given the characteristic table of a JK flip-flop find the missing output value. J K Q(t+1) 0 0 Q(t) 0 1 0 #1 0 1 #1 1 ---

1.Q(t)

2.Q?(t+1)

3.1

4.Q?(t)


Question:
he bulk of the binary information in a digital computer is stored in memory but all computations are done in

1.Timing Control

2.Memory Registers

3.Processor Registers

4.Program Control


Question:
he CPU nearly delays its operation for one memory cycle to allow direct memory I/O transfer. This process is called

1.Burst transfer

2.Cycle waiting

3.Cycle stealing

4.Cycle interrupting


Question:
In which type of flip-flop the indeterminate condition of the SR flip-flop (when S=R=1) is eliminated?

1.Edge-triggered flip-flop

2.JK flip-flop

3.D flip-flop

4.T flip-flop


Question:
System Software usually includes a program called a _______  which helps the programmer to find errors in a program.

1.Write Buffer

2.Read Buffer

3.Debugger

4.Both (opt1) and (opt3) above


Question:
Techniques that automatically move program and data blocks into the physical main memory when they are required for execution are called

1.Associative-Mapping techniques

2.Main Memory techniques

3.Virtual Memory techniques

4.Cache Memory techniques


Question:
The correspondence between the main memory blocks and those in the cache is specified by

1.Mapping function

2.Replacement algorithm

3.Hit rate

4.Miss penalty


Question:
The simplest way to determine cache locations in which to store memory blocks is the

1.Associative Mapping technique

2.Direct Mapping technique

3.Set-Associative Mapping technique

4.Indirect Mapping technique


Question:
The sum of -6 and -13 using 2?s complement addition is

1.11100011

2.11110011

3.11001100

4.11101101


Question:
To convert octal code to binary code which of the following digital functions should be used?

1.Decoder

2.Encoder

3.Multiplexer

4.Demultiplexer


Question:
To convert octal code to binary code which of the following digital functions should be used?

1.Decoder

2.Encoder

3.Multiplexer

4.Demultiplexer


Question:
What are the building blocks of combinational circuits?

1.Flip-flops

2.Logic gates

3.Latches

4.Registers


Question:
What are the major components of a CPU?

1.Control Unit Register Set Arithmetic Logic Unit

2.Control Unit Memory Unit Arithmetic Logic Unit

3.Memory Unit Arithmetic Logic Unit Auxiliary Memory

4.Register Set Control Unit Memory Unit


Question:
What does T stands for in T flip-flop?

1.Top

2.Type

3.Toggle

4.Tickle


Question:
What interface is used to connect the processor to I/O devices that require transmission of data one bit at a time?

1.Parallel

2.Serial

3.Output

4.Input


Question:
What is a parity bit?It is the last bit in a byte

1.It is used to indicate uppercase letters

2.It is used to detect errors

3.It is the first bit in a byte

4.It is the last bit in a byte


Question:
What is an optical storage?

1.Has faster access time than disk storage

2.Smaller capacity than CD-ROM

3.Greater capacity than DAT storage

4.Smaller capacity than DAT storage


Question:
What is Q when S = 1 and R = 1 for SR flip-flop?

1.No Change

2.Clear to 0

3.Set to 1

4.Complement of previous output


Question:
What is the minimum number of bits required to store the Hexadecimal number FF?

1.2

2.4

3.8

4.16


Question:
What is the name of device that is allowed to initiate data transfer on the bus?

1.Bus Master

2.Bus Arbitration

3.Bus Cycle

4.Bus Request


Question:
What is the purpose of RAID system?

1.It increases the processor speed

2.It increases the disk storage capacity

3.It increases the disk storage capacity and availability

4.It increases operating system efficiency


Question:
What is the purpose of Stack Pointer (SP) register?

1.It is used for accessing strings

2.It is used for accessing memory

3.It is used for accessing stack

4.It is used for accessing data segment


Question:
What is the purpose of the floating point unit(FPU)?

1.Makes integer arithmetic faster

2.Makes pipelining efficient

3.Increases RAM capacity

4.Makes some arithmetic calculations faster


Question:
What is the word size of a 8086 processor? #64. What is the word size of a 8086 processor?

1.8 bits

2.16 bits

3.32 bits

4.64 bits


Question:
Which of the following is not involved in memory write operation?

1.MAR

2.PC

3.IR

4.Data Bus.


Question:
Which of the following is responsible for coordinating various operations using timing signals?

1.Arithmetic-logic unit

2.Control unit

3.Memory unit

4.Input unit


Question:
Which of the following modes are used to handle data transfer to and from peripherals?

1.Programmed I/OInterrupted-initiated

2.I/ODirect memory accessProgrammed

3.I/O Interrupted-initiated

4.I/O Direct memory access


Question:
Which of the following statements is wrong

1.Combinational circuits has memory

2.Sequential circuits has memory

3.Sequential circuits is a function of time

4.Combinational circuits does not require feed back paths


Question:
ystem Software usually includes a program called a -------- which helps the programmer find errors in a program.

1.Write Buffer

2.Read Buffer

3.Debugger

4.Both (opt1) and (opt3) above


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
Olete Team
Online Exam TestTop Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on Online Exam Testwebsite is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!